C1.Web.Api Namespace / IExporter<T> Interface
Type of ExportSource.
Members

IExporter<T> Interface
Common generic interface for all exporters to share.
Syntax
'Declaration
 
Public Interface IExporter(Of T As ExportSource) 
   Inherits IExporter 
 
Type Parameters
T
Type of ExportSource.
See Also